CHECKLIST FVALUE B
This command will return a float value from slot B of the specified checklist.
Return Float=CHECKLIST FVALUE B(Index)
Index
Integer
The checklist index
The float value stored in the specified checklist slot
This slot is often filled by PERFORM CHECKLIST commands.
set display mode 800,600,32
cls
print "CONTROL DEVICES"
print
PERFORM CHECKLIST FOR CONTROL DEVICES
for c=1 to checklist quantity()
a=checklist fvalue a(c)
b=checklist fvalue b(c)
c=checklist fvalue c(c)
d=checklist fvalue d(c)
print "found:";checklist string$(c)
next c
do
loop
end
SYSTEM Commands Menu
Index